home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00229.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  423 b   |  18 lines

  1. on exitFrame
  2.   global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
  3.   puppetSound(0)
  4.   if frameLoop = 0 then
  5.     set whatSpeed to whatSpeed + waitTime1
  6.     unLoad(label("s4turn4"), label("s4turn4") + 4)
  7.     preLoad(label("s4promote"), label("s4promote") + 8)
  8.   end if
  9.   if the timer < whatSpeed then
  10.     set frameLoop to 1
  11.     go(the frame)
  12.   else
  13.     set frameLoop to 0
  14.     resetTimer()
  15.     go(#next)
  16.   end if
  17. end
  18.